home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / WWSampleComponentList.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  214 b   |  14 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import "WWSample.h"
  4. #import "Protocol_WWSample.h"
  5.  
  6. @interface WWSampleComponentList:List <WWSample>
  7. {
  8.   float     timestamp;
  9.   BOOL      cacheIsDirty;
  10.   WWSample  *cachedSample;
  11. }
  12.  
  13. @end
  14.